overlay: Blur the clipped node, not clip the blurred node
authorTimm Bäder <mail@baedert.org>
Sun, 13 Jan 2019 05:35:44 +0000 (06:35 +0100)
committerTimm Bäder <mail@baedert.org>
Sun, 13 Jan 2019 07:23:25 +0000 (08:23 +0100)
commit269535c844e9a6fdc1286472e72c0d1f8ff3123c
tree9b4ee9cd974633d2bd528217c8ff78a781919bf0
parentc7f773f3e3fd2ec0606b625233833681035f9645
overlay: Blur the clipped node, not clip the blurred node

Blurring is a lot more expensive than clipping, so try to blur less by
clipping first.
gtk/gtkoverlay.c